(function($){"use strict";UNCODE.verticalText=function(){$(window).on("menuCanvasOpen",function(){$(".vertical-text--fixed").fadeOut(500),$(".horizontal-text--fixed").fadeOut(500)}).on("menuCanvasClose",function(){$(".vertical-text--fixed").fadeIn(500),$(".horizontal-text--fixed").fadeIn(500)});var hideOnBottomVerticalTexts=$(".vertical-text--vis-hide-bottom"),showOnTopVerticalTexts=$(".vertical-text--vis-show-top"),hideOnBottomHorizontalTexts=$(".horizontal-text--vis-hide-bottom"),showOnTopHorizontalTexts=$(".horizontal-text--vis-show-top");(hideOnBottomVerticalTexts.length>0||showOnTopVerticalTexts.length>0||hideOnBottomHorizontalTexts.length>0||showOnTopHorizontalTexts.length>0)&&window.addEventListener("scroll",function(e){var totalPageHeight=document.body.scrollHeight,scrollPoint=window.scrollY+window.innerHeight;window.scrollY>0?(showOnTopVerticalTexts.fadeOut(),showOnTopHorizontalTexts.fadeOut()):(showOnTopVerticalTexts.fadeIn(),showOnTopHorizontalTexts.fadeIn()),scrollPoint>=totalPageHeight?(hideOnBottomVerticalTexts.fadeOut(),hideOnBottomHorizontalTexts.fadeOut()):(hideOnBottomVerticalTexts.fadeIn(),hideOnBottomHorizontalTexts.fadeIn())},!1)}})(jQuery)